home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19981211-19990422 / 000242_news@watsun.cc.columbia.edu _Fri Feb 19 16:57:45 1999.msg < prev    next >
Internet Message Format  |  2020-01-01  |  3KB

  1. Return-Path: <news@watsun.cc.columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.59.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id QAA18281
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Fri, 19 Feb 1999 16:57:45 -0500 (EST)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id QAA02061
  7.     for kermit.misc@watsun.cc.columbia.edu; Fri, 19 Feb 1999 16:38:54 -0500 (EST)
  8. X-Authentication-Warning: newsmaster.cc.columbia.edu: news set sender to <news> using -f
  9. From: jaltman@watsun.cc.columbia.edu (Jeffrey Altman)
  10. Subject: Re: Default Upload Directory
  11. Date: 19 Feb 1999 21:38:46 GMT
  12. Organization: Columbia University
  13. Message-ID: <7akll6$209$1@newsmaster.cc.columbia.edu>
  14. To: kermit.misc@mailrelay2.cc.columbia.edu
  15.  
  16. In article <7akl4d$i5j$1@samba.rahul.net>,  <dold@network.rahul.net> wrote:
  17. : dold@89.usenet.us.com wrote:
  18.  
  19. : If I create shortcuts for the different connections, I know that I'm left
  20. : with .ksc files where I could put CD commands.
  21. : I know I have a K95CUSTOM.INI where I could put "global" commands.
  22. : But if I want to invoke different things from lines in the K95Dialer, how
  23. : do I do that?
  24.  
  25. Place them in a login script or in the Login Textbox in the specific 
  26. dialer entry.
  27.  
  28. : If a script exists, to support a shortcut icon, is it invoked when the
  29. : dialer line is used to make that connection?  
  30.  
  31. No.  The shortcut becomes independent from the dialer.
  32.  
  33. : Is there a variable passed that I could use to separate some logic in
  34. : K95CUSTOM.INI, where I would know which dialer entry had been used to start
  35. : a particular kermit session?
  36.  
  37. No.  K95CUSTOM.INI executes before the dialer or shortcut script.
  38.  
  39. : I would rather have the users presented with just one K95D screen, instead
  40. : of a collection of individual icons.
  41. : I could make macros in K95CUSTOM.INI, where the user would be expected to
  42. : run a named macro, depending on where they needed to be for the different
  43. : uploads (in these cases, there is no Kermit Server, or even real OS access
  44. : at the other end of the connection).
  45.  
  46. The full script language is at your disposal.  But I'm really not sure 
  47. what you are attempting to solve.  If you have a bunch of shortcuts, and 
  48. for each session you want a specific default directory, specify in the 
  49. shortcut that you want that directory to be the startup directory.
  50.  
  51. If you want your users to have a single menu, then use the dialer.
  52. In each entry that you want to have a specific current directory
  53. place a CD <directory> command in the Login Textbox or in the 
  54. Keyboard map script or textbox.  
  55.  
  56. How are your users performing the transfers?  One would think that
  57. if they were changing to the command prompt they could say
  58.   SEND <fullpath> 
  59. to send the file that you want.
  60.  
  61. If they are starting the transfer when connected to the host, 
  62. specify a SERVER GET-PATH and have the user (or the host application)
  63. issue
  64.   kermit -g <filename>
  65. and K95 will search the GET-PATH for the file you have requested
  66. regardless of the current directory.
  67.  
  68.     Jeffrey Altman * Sr.Software Designer * Kermit-95 for Win32 and OS/2
  69.                  The Kermit Project * Columbia University
  70.               612 West 115th St #716 * New York, NY * 10025
  71.   http://www.kermit-project.org/k95.html * kermit-support@kermit-project.org